C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / FilterAsync Method / FilterAsync<T>(IDataCollection<T>,FilterExpression) Method
The data collection.
The filter expression applied to the data.

In This Topic
FilterAsync<T>(IDataCollection<T>,FilterExpression) Method
In This Topic
Filters the data using specified filter expression.
Syntax
'Declaration
 
Public Overloads Shared Function FilterAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal filterExpression As FilterExpression _
) As Task
 

Parameters

dataCollection
The data collection.
filterExpression
The filter expression applied to the data.

Type Parameters

T
See Also